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.2873,-83.4451)};var g_8be3773c9891a24b804b007c6ccfe7db = new google.maps.Geocoder();g_8be3773c9891a24b804b007c6ccfe7db.geocode( { 'address': "2575 Haggerty Rd, Canton, MI 48188, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MI-first-place-bank').style.display = '';map = new google.maps.Map(document.getElementById('canton-MI-first-place-bank'), mapOptions);}document.getElementById('f545f429').innerHTML += ' | View Map';var $l8be3773c9891a24b804b007c6ccfe7db = '

First Place Bank

Address: 2575 Haggerty Rd, Canton, MI 48188, USA
Phone: (734) 844-7488
';var m_8be3773c9891a24b804b007c6ccfe7db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Place Bank',});m_8be3773c9891a24b804b007c6ccfe7db['infowindow'] = new google.maps.InfoWindow({content: $l8be3773c9891a24b804b007c6ccfe7db});var infowindow = new google.maps.InfoWindow({content: $l8be3773c9891a24b804b007c6ccfe7db});google.maps.event.addListener(m_8be3773c9891a24b804b007c6ccfe7db, 'click', function() {infowindow.open(map,m_8be3773c9891a24b804b007c6ccfe7db);});$marker.push(m_8be3773c9891a24b804b007c6ccfe7db);}});}google.maps.event.addDomListener(window, 'load', initialize);