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.0671,-103.22)};var g_25755d27def15c633caaeda1357366f0 = new google.maps.Geocoder();g_25755d27def15c633caaeda1357366f0.geocode( { 'address': "535 Bent Ave, Las Animas, CO 81054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-animas-CO-first-bankshares-of-las-animas').style.display = '';map = new google.maps.Map(document.getElementById('las-animas-CO-first-bankshares-of-las-animas'), mapOptions);}document.getElementById('e3d52d5b').innerHTML += ' | View Map';var $l25755d27def15c633caaeda1357366f0 = '

First Bankshares of Las Animas

Address: 535 Bent Ave, Las Animas, CO 81054, USA
Phone: (719) 456-1512
';var m_25755d27def15c633caaeda1357366f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bankshares of Las Animas',});m_25755d27def15c633caaeda1357366f0['infowindow'] = new google.maps.InfoWindow({content: $l25755d27def15c633caaeda1357366f0});var infowindow = new google.maps.InfoWindow({content: $l25755d27def15c633caaeda1357366f0});google.maps.event.addListener(m_25755d27def15c633caaeda1357366f0, 'click', function() {infowindow.open(map,m_25755d27def15c633caaeda1357366f0);});$marker.push(m_25755d27def15c633caaeda1357366f0);}});}google.maps.event.addDomListener(window, 'load', initialize);