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.4793,-82.9661)};var g_c381c0670d210f62369c8c6106259300 = new google.maps.Geocoder();g_c381c0670d210f62369c8c6106259300.geocode( { 'address': "15000 E 10 Mile Rd, Eastpointe, MI 48021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eastpointe-MI-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('eastpointe-MI-first-state-bank'), mapOptions);}document.getElementById('792d983b').innerHTML += ' | View Map';var $lc381c0670d210f62369c8c6106259300 = '

First State Bank

Address: 15000 E 10 Mile Rd, Eastpointe, MI 48021, USA
Phone: (866) 372-1275
';var m_c381c0670d210f62369c8c6106259300 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_c381c0670d210f62369c8c6106259300['infowindow'] = new google.maps.InfoWindow({content: $lc381c0670d210f62369c8c6106259300});var infowindow = new google.maps.InfoWindow({content: $lc381c0670d210f62369c8c6106259300});google.maps.event.addListener(m_c381c0670d210f62369c8c6106259300, 'click', function() {infowindow.open(map,m_c381c0670d210f62369c8c6106259300);});$marker.push(m_c381c0670d210f62369c8c6106259300);}});}google.maps.event.addDomListener(window, 'load', initialize);