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.7872,-96.7985)};var g_aeccf2a028c6aa7fa3ea11fe774d0584 = new google.maps.Geocoder();g_aeccf2a028c6aa7fa3ea11fe774d0584.geocode( { 'address': "2515 Mckinney Ave, Dallas, TX 75201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-heritage-bank'), mapOptions);}document.getElementById('f3a486e4').innerHTML += ' | View Map';var $laeccf2a028c6aa7fa3ea11fe774d0584 = '

Heritage Bank

Address: 2515 Mckinney Ave, Dallas, TX 75201
Phone: (972) 385-7031
';var m_aeccf2a028c6aa7fa3ea11fe774d0584 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Bank',});m_aeccf2a028c6aa7fa3ea11fe774d0584['infowindow'] = new google.maps.InfoWindow({content: $laeccf2a028c6aa7fa3ea11fe774d0584});var infowindow = new google.maps.InfoWindow({content: $laeccf2a028c6aa7fa3ea11fe774d0584});google.maps.event.addListener(m_aeccf2a028c6aa7fa3ea11fe774d0584, 'click', function() {infowindow.open(map,m_aeccf2a028c6aa7fa3ea11fe774d0584);});$marker.push(m_aeccf2a028c6aa7fa3ea11fe774d0584);}});}google.maps.event.addDomListener(window, 'load', initialize);