var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(42.8187,-84.4486)};var g_a4a042cf4fd6bfb47701cbc8a1653ada = new google.maps.Geocoder();g_a4a042cf4fd6bfb47701cbc8a1653ada.geocode( { 'address': "Bath Twp, MI 48808, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bath-township-MI-wells-fargo-building-division').style.display = '';map = new google.maps.Map(document.getElementById('bath-township-MI-wells-fargo-building-division'), mapOptions);}document.getElementById('26edaabd').innerHTML += ' | View Map';var $la4a042cf4fd6bfb47701cbc8a1653ada = '

Wells-Fargo Building Division

Address: Bath Twp, MI 48808, USA
Phone: (517) 339-3184
';var m_a4a042cf4fd6bfb47701cbc8a1653ada = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells-Fargo Building Division',});m_a4a042cf4fd6bfb47701cbc8a1653ada['infowindow'] = new google.maps.InfoWindow({content: $la4a042cf4fd6bfb47701cbc8a1653ada});var infowindow = new google.maps.InfoWindow({content: $la4a042cf4fd6bfb47701cbc8a1653ada});google.maps.event.addListener(m_a4a042cf4fd6bfb47701cbc8a1653ada, 'click', function() {infowindow.open(map,m_a4a042cf4fd6bfb47701cbc8a1653ada);});$marker.push(m_a4a042cf4fd6bfb47701cbc8a1653ada);}});}google.maps.event.addDomListener(window, 'load', initialize);