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(35.7707,-119.247)};var g_11734c642f4a465cd55504afec38110d = new google.maps.Geocoder();g_11734c642f4a465cd55504afec38110d.geocode( { 'address': "1613 Inyo St, Delano, CA 93215"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delano-CA-citizens-business-bank').style.display = '';map = new google.maps.Map(document.getElementById('delano-CA-citizens-business-bank'), mapOptions);}document.getElementById('b2312935').innerHTML += ' | View Map';var $l11734c642f4a465cd55504afec38110d = '

Citizens Business Bank

Address: 1613 Inyo St, Delano, CA 93215
Phone: (661) 725-8888
';var m_11734c642f4a465cd55504afec38110d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Business Bank',});m_11734c642f4a465cd55504afec38110d['infowindow'] = new google.maps.InfoWindow({content: $l11734c642f4a465cd55504afec38110d});var infowindow = new google.maps.InfoWindow({content: $l11734c642f4a465cd55504afec38110d});google.maps.event.addListener(m_11734c642f4a465cd55504afec38110d, 'click', function() {infowindow.open(map,m_11734c642f4a465cd55504afec38110d);});$marker.push(m_11734c642f4a465cd55504afec38110d);}});}google.maps.event.addDomListener(window, 'load', initialize);