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.332,-98.1638)};var g_8abd9143c60963e01449abdf2f36328b = new google.maps.Geocoder();g_8abd9143c60963e01449abdf2f36328b.geocode( { 'address': "308 S 10th Ave, Edinburg, TX 78539"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edinburg-TX-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('edinburg-TX-capital-one-bank'), mapOptions);}document.getElementById('c2bec664').innerHTML += ' | View Map';var $l8abd9143c60963e01449abdf2f36328b = '

Capital One Bank

Address: 308 S 10th Ave, Edinburg, TX 78539
Phone: (956) 383-1676
';var m_8abd9143c60963e01449abdf2f36328b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_8abd9143c60963e01449abdf2f36328b['infowindow'] = new google.maps.InfoWindow({content: $l8abd9143c60963e01449abdf2f36328b});var infowindow = new google.maps.InfoWindow({content: $l8abd9143c60963e01449abdf2f36328b});google.maps.event.addListener(m_8abd9143c60963e01449abdf2f36328b, 'click', function() {infowindow.open(map,m_8abd9143c60963e01449abdf2f36328b);});$marker.push(m_8abd9143c60963e01449abdf2f36328b);}});}google.maps.event.addDomListener(window, 'load', initialize);