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.2343,-83.2693)};var g_aa63e6a971d3402d91aa68c904081d35 = new google.maps.Geocoder();g_aa63e6a971d3402d91aa68c904081d35.geocode( { 'address': "21592 Ecorse Rd, Taylor, MI 48180"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taylor-MI-best-bank').style.display = '';map = new google.maps.Map(document.getElementById('taylor-MI-best-bank'), mapOptions);}document.getElementById('d2bc7b37').innerHTML += ' | View Map';var $laa63e6a971d3402d91aa68c904081d35 = '

Best Bank

Address: 21592 Ecorse Rd, Taylor, MI 48180
Phone: (313) 429-1014
';var m_aa63e6a971d3402d91aa68c904081d35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Best Bank',});m_aa63e6a971d3402d91aa68c904081d35['infowindow'] = new google.maps.InfoWindow({content: $laa63e6a971d3402d91aa68c904081d35});var infowindow = new google.maps.InfoWindow({content: $laa63e6a971d3402d91aa68c904081d35});google.maps.event.addListener(m_aa63e6a971d3402d91aa68c904081d35, 'click', function() {infowindow.open(map,m_aa63e6a971d3402d91aa68c904081d35);});$marker.push(m_aa63e6a971d3402d91aa68c904081d35);}});}google.maps.event.addDomListener(window, 'load', initialize);