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(38.6861,-121.381)};var g_18cd6ebfb5567eb228c7ea1e1b792099 = new google.maps.Geocoder();g_18cd6ebfb5567eb228c7ea1e1b792099.geocode( { 'address': "3318 Irvindale Way, Antelope, CA 95843"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antelope-CA-first-southern-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('antelope-CA-first-southern-state-bank'), mapOptions);}document.getElementById('affe12bc').innerHTML += ' | View Map';var $l18cd6ebfb5567eb228c7ea1e1b792099 = '

First Southern State Bank

Address: 3318 Irvindale Way, Antelope, CA 95843
Phone: (256) 437-2171
';var m_18cd6ebfb5567eb228c7ea1e1b792099 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Southern State Bank',});m_18cd6ebfb5567eb228c7ea1e1b792099['infowindow'] = new google.maps.InfoWindow({content: $l18cd6ebfb5567eb228c7ea1e1b792099});var infowindow = new google.maps.InfoWindow({content: $l18cd6ebfb5567eb228c7ea1e1b792099});google.maps.event.addListener(m_18cd6ebfb5567eb228c7ea1e1b792099, 'click', function() {infowindow.open(map,m_18cd6ebfb5567eb228c7ea1e1b792099);});$marker.push(m_18cd6ebfb5567eb228c7ea1e1b792099);}});}google.maps.event.addDomListener(window, 'load', initialize);