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(37.6402,-120.993)};var g_490123d89d8b8d111cf3389c93b919f8 = new google.maps.Geocoder();g_490123d89d8b8d111cf3389c93b919f8.geocode( { 'address': "1324 G St, Modesto, CA 95354, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('modesto-CA-harmon-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('modesto-CA-harmon-financial-corporation'), mapOptions);}document.getElementById('35407382').innerHTML += ' | View Map';var $l490123d89d8b8d111cf3389c93b919f8 = '

Harmon Financial Corporation

Address: 1324 G St, Modesto, CA 95354, USA
Phone: (442) 273-0944
';var m_490123d89d8b8d111cf3389c93b919f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harmon Financial Corporation',});m_490123d89d8b8d111cf3389c93b919f8['infowindow'] = new google.maps.InfoWindow({content: $l490123d89d8b8d111cf3389c93b919f8});var infowindow = new google.maps.InfoWindow({content: $l490123d89d8b8d111cf3389c93b919f8});google.maps.event.addListener(m_490123d89d8b8d111cf3389c93b919f8, 'click', function() {infowindow.open(map,m_490123d89d8b8d111cf3389c93b919f8);});$marker.push(m_490123d89d8b8d111cf3389c93b919f8);}});}google.maps.event.addDomListener(window, 'load', initialize);