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.9861,-82.4675)};var g_5499e63224605f2eb13406af0af5b76d = new google.maps.Geocoder();g_5499e63224605f2eb13406af0af5b76d.geocode( { 'address': "522 Huron Ave, Port Huron, MI 48060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-huron-MI-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-huron-MI-wells-fargo-bank'), mapOptions);}document.getElementById('86337bfe').innerHTML += ' | View Map';var $l5499e63224605f2eb13406af0af5b76d = '

Wells Fargo Bank

Address: 522 Huron Ave, Port Huron, MI 48060
Phone: (810) 987-2858
';var m_5499e63224605f2eb13406af0af5b76d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_5499e63224605f2eb13406af0af5b76d['infowindow'] = new google.maps.InfoWindow({content: $l5499e63224605f2eb13406af0af5b76d});var infowindow = new google.maps.InfoWindow({content: $l5499e63224605f2eb13406af0af5b76d});google.maps.event.addListener(m_5499e63224605f2eb13406af0af5b76d, 'click', function() {infowindow.open(map,m_5499e63224605f2eb13406af0af5b76d);});$marker.push(m_5499e63224605f2eb13406af0af5b76d);}});}google.maps.event.addDomListener(window, 'load', initialize);