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(32.8421,-96.9702)};var g_bc0ac5fa34748484ef7fc4c4620700e4 = new google.maps.Geocoder();g_bc0ac5fa34748484ef7fc4c4620700e4.geocode( { 'address': "7501 Esters Blvd, Irving, TX 75063"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irving-TX-frost-bank').style.display = '';map = new google.maps.Map(document.getElementById('irving-TX-frost-bank'), mapOptions);}document.getElementById('92f2d3df').innerHTML += ' | View Map';var $lbc0ac5fa34748484ef7fc4c4620700e4 = '

Frost Bank

Address: 7501 Esters Blvd, Irving, TX 75063
Phone: (214) 441-1762
';var m_bc0ac5fa34748484ef7fc4c4620700e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frost Bank',});m_bc0ac5fa34748484ef7fc4c4620700e4['infowindow'] = new google.maps.InfoWindow({content: $lbc0ac5fa34748484ef7fc4c4620700e4});var infowindow = new google.maps.InfoWindow({content: $lbc0ac5fa34748484ef7fc4c4620700e4});google.maps.event.addListener(m_bc0ac5fa34748484ef7fc4c4620700e4, 'click', function() {infowindow.open(map,m_bc0ac5fa34748484ef7fc4c4620700e4);});$marker.push(m_bc0ac5fa34748484ef7fc4c4620700e4);}});}google.maps.event.addDomListener(window, 'load', initialize);