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(43.5932,-83.8888)};var g_31c0c3fb86ccf62dc36356a42754c2a3 = new google.maps.Geocoder();g_31c0c3fb86ccf62dc36356a42754c2a3.geocode( { 'address': "301 Washington Ave, Bay City, MI 48708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-city-MI-financialedge-credit-union-atm-location').style.display = '';map = new google.maps.Map(document.getElementById('bay-city-MI-financialedge-credit-union-atm-location'), mapOptions);}document.getElementById('46efbd6b').innerHTML += ' | View Map';var $l31c0c3fb86ccf62dc36356a42754c2a3 = '

Financialedge Credit Union: ATM location

Address: 301 Washington Ave, Bay City, MI 48708, USA
Phone: (989) 892-6088
';var m_31c0c3fb86ccf62dc36356a42754c2a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financialedge Credit Union: ATM location',});m_31c0c3fb86ccf62dc36356a42754c2a3['infowindow'] = new google.maps.InfoWindow({content: $l31c0c3fb86ccf62dc36356a42754c2a3});var infowindow = new google.maps.InfoWindow({content: $l31c0c3fb86ccf62dc36356a42754c2a3});google.maps.event.addListener(m_31c0c3fb86ccf62dc36356a42754c2a3, 'click', function() {infowindow.open(map,m_31c0c3fb86ccf62dc36356a42754c2a3);});$marker.push(m_31c0c3fb86ccf62dc36356a42754c2a3);}});}google.maps.event.addDomListener(window, 'load', initialize);