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(26.2136,-98.2355)};var g_66f39f3da53367bdf7c865f00d8c2d85 = new google.maps.Geocoder();g_66f39f3da53367bdf7c865f00d8c2d85.geocode( { 'address': "1109 W Nolana Ave, Mcallen, TX 78504"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcallen-TX-community-first-national-bank-mtg').style.display = '';map = new google.maps.Map(document.getElementById('mcallen-TX-community-first-national-bank-mtg'), mapOptions);}document.getElementById('8aa6b0af').innerHTML += ' | View Map';var $l66f39f3da53367bdf7c865f00d8c2d85 = '

Community First National Bank-Mtg

Address: 1109 W Nolana Ave, Mcallen, TX 78504
Phone: (956) 631-0081
';var m_66f39f3da53367bdf7c865f00d8c2d85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First National Bank-Mtg',});m_66f39f3da53367bdf7c865f00d8c2d85['infowindow'] = new google.maps.InfoWindow({content: $l66f39f3da53367bdf7c865f00d8c2d85});var infowindow = new google.maps.InfoWindow({content: $l66f39f3da53367bdf7c865f00d8c2d85});google.maps.event.addListener(m_66f39f3da53367bdf7c865f00d8c2d85, 'click', function() {infowindow.open(map,m_66f39f3da53367bdf7c865f00d8c2d85);});$marker.push(m_66f39f3da53367bdf7c865f00d8c2d85);}});}google.maps.event.addDomListener(window, 'load', initialize);