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(33.3931,-104.523)};var g_9bb170d5a0adf8a2da13f042b4cffcab = new google.maps.Geocoder();g_9bb170d5a0adf8a2da13f042b4cffcab.geocode( { 'address': "2 Saint Marys Pl, Roswell, NM 88203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roswell-NM-pioneer-bank').style.display = '';map = new google.maps.Map(document.getElementById('roswell-NM-pioneer-bank'), mapOptions);}document.getElementById('ec99001a').innerHTML += ' | View Map';var $l9bb170d5a0adf8a2da13f042b4cffcab = '

Pioneer Bank

Address: 2 Saint Marys Pl, Roswell, NM 88203
Phone: (575) 624-5200
';var m_9bb170d5a0adf8a2da13f042b4cffcab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pioneer Bank',});m_9bb170d5a0adf8a2da13f042b4cffcab['infowindow'] = new google.maps.InfoWindow({content: $l9bb170d5a0adf8a2da13f042b4cffcab});var infowindow = new google.maps.InfoWindow({content: $l9bb170d5a0adf8a2da13f042b4cffcab});google.maps.event.addListener(m_9bb170d5a0adf8a2da13f042b4cffcab, 'click', function() {infowindow.open(map,m_9bb170d5a0adf8a2da13f042b4cffcab);});$marker.push(m_9bb170d5a0adf8a2da13f042b4cffcab);}});}google.maps.event.addDomListener(window, 'load', initialize);