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.8078,-119.687)};var g_9dd8f91110d7820e2c58a219b0bd360b = new google.maps.Geocoder();g_9dd8f91110d7820e2c58a219b0bd360b.geocode( { 'address': "1592 Shaw Ave, Clovis, CA 93611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clovis-CA-zinc-financial').style.display = '';map = new google.maps.Map(document.getElementById('clovis-CA-zinc-financial'), mapOptions);}document.getElementById('80f2d490').innerHTML += ' | View Map';var $l9dd8f91110d7820e2c58a219b0bd360b = '

Zinc Financial

Address: 1592 Shaw Ave, Clovis, CA 93611, USA
Phone: (559) 326-2509
';var m_9dd8f91110d7820e2c58a219b0bd360b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zinc Financial',});m_9dd8f91110d7820e2c58a219b0bd360b['infowindow'] = new google.maps.InfoWindow({content: $l9dd8f91110d7820e2c58a219b0bd360b});var infowindow = new google.maps.InfoWindow({content: $l9dd8f91110d7820e2c58a219b0bd360b});google.maps.event.addListener(m_9dd8f91110d7820e2c58a219b0bd360b, 'click', function() {infowindow.open(map,m_9dd8f91110d7820e2c58a219b0bd360b);});$marker.push(m_9dd8f91110d7820e2c58a219b0bd360b);}});}google.maps.event.addDomListener(window, 'load', initialize);