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(36.8483,-119.807)};var g_9989645d9332a4af0d524ecedcff9e89 = new google.maps.Geocoder();g_9989645d9332a4af0d524ecedcff9e89.geocode( { 'address': "7644 N Palm Ave, Fresno, CA 93711, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-mid-valley-financial').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-mid-valley-financial'), mapOptions);}document.getElementById('34731f33').innerHTML += ' | View Map';var $l9989645d9332a4af0d524ecedcff9e89 = '

Mid Valley Financial

Address: 7644 N Palm Ave, Fresno, CA 93711, USA
Phone: (559) 432-8221
';var m_9989645d9332a4af0d524ecedcff9e89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid Valley Financial',});m_9989645d9332a4af0d524ecedcff9e89['infowindow'] = new google.maps.InfoWindow({content: $l9989645d9332a4af0d524ecedcff9e89});var infowindow = new google.maps.InfoWindow({content: $l9989645d9332a4af0d524ecedcff9e89});google.maps.event.addListener(m_9989645d9332a4af0d524ecedcff9e89, 'click', function() {infowindow.open(map,m_9989645d9332a4af0d524ecedcff9e89);});$marker.push(m_9989645d9332a4af0d524ecedcff9e89);}});}google.maps.event.addDomListener(window, 'load', initialize);