2 Google Maps working with geocoding on same page
I am using Google Maps to geo code an address and populate that information into an input field. I can do this successfully for 1 map, but I need to have 2 maps on my page. Each having their own geo-coding information. I have attempted to put the Javascript code together, essentially duplicating my first map. My JavaScript is as follows <script type="text/javascript"> var geocoder; var map; function initialize() { geocoder = new google.maps.Geocoder(); var latlng = new google.maps.LatLng(53.2948557, -6.139267399999994); var mapOptions = { zoom: 10, center: latlng, mapTypeId: google.maps