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.8102,-119.765)};var g_88e958e39c769d1a6ae6581a71124130 = new google.maps.Geocoder();g_88e958e39c769d1a6ae6581a71124130.geocode( { 'address': "1318 Shaw Ave # 300, Fresno, CA 93710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-a-l-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-a-l-financial-corporation'), mapOptions);}document.getElementById('b830e914').innerHTML += ' | View Map';var $l88e958e39c769d1a6ae6581a71124130 = '

A-L Financial Corporation

Address: 1318 Shaw Ave # 300, Fresno, CA 93710, USA
Phone: (559) 244-2900
';var m_88e958e39c769d1a6ae6581a71124130 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A-L Financial Corporation',});m_88e958e39c769d1a6ae6581a71124130['infowindow'] = new google.maps.InfoWindow({content: $l88e958e39c769d1a6ae6581a71124130});var infowindow = new google.maps.InfoWindow({content: $l88e958e39c769d1a6ae6581a71124130});google.maps.event.addListener(m_88e958e39c769d1a6ae6581a71124130, 'click', function() {infowindow.open(map,m_88e958e39c769d1a6ae6581a71124130);});$marker.push(m_88e958e39c769d1a6ae6581a71124130);}});}google.maps.event.addDomListener(window, 'load', initialize);