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_b626fe483488b3590f102ce78683bd6b = new google.maps.Geocoder();g_b626fe483488b3590f102ce78683bd6b.geocode( { 'address': "2811 Mckinney Ave, Dallas, TX 75204"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-hillcrest-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-hillcrest-bank'), mapOptions);}document.getElementById('407da0c3').innerHTML += ' | View Map';var $lb626fe483488b3590f102ce78683bd6b = '

Hillcrest Bank

Address: 2811 Mckinney Ave, Dallas, TX 75204
Phone: (214) 756-6799
';var m_b626fe483488b3590f102ce78683bd6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hillcrest Bank',});m_b626fe483488b3590f102ce78683bd6b['infowindow'] = new google.maps.InfoWindow({content: $lb626fe483488b3590f102ce78683bd6b});var infowindow = new google.maps.InfoWindow({content: $lb626fe483488b3590f102ce78683bd6b});google.maps.event.addListener(m_b626fe483488b3590f102ce78683bd6b, 'click', function() {infowindow.open(map,m_b626fe483488b3590f102ce78683bd6b);});$marker.push(m_b626fe483488b3590f102ce78683bd6b);}});}google.maps.event.addDomListener(window, 'load', initialize);