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()};var g_f2c5b1f06bfe59954cb2a56858c2ed98 = new google.maps.Geocoder();g_f2c5b1f06bfe59954cb2a56858c2ed98.geocode( { 'address': "7000 Grapevine Hwy, Richland Hills, TX 76180"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richland-hills-TX-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('richland-hills-TX-chase-bank'), mapOptions);}document.getElementById('a7192cf7').innerHTML += ' | View Map';var $lf2c5b1f06bfe59954cb2a56858c2ed98 = '

Chase Bank

Address: 7000 Grapevine Hwy, Richland Hills, TX 76180
Phone: (817) 590-3000
';var m_f2c5b1f06bfe59954cb2a56858c2ed98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_f2c5b1f06bfe59954cb2a56858c2ed98['infowindow'] = new google.maps.InfoWindow({content: $lf2c5b1f06bfe59954cb2a56858c2ed98});var infowindow = new google.maps.InfoWindow({content: $lf2c5b1f06bfe59954cb2a56858c2ed98});google.maps.event.addListener(m_f2c5b1f06bfe59954cb2a56858c2ed98, 'click', function() {infowindow.open(map,m_f2c5b1f06bfe59954cb2a56858c2ed98);});$marker.push(m_f2c5b1f06bfe59954cb2a56858c2ed98);}});}google.maps.event.addDomListener(window, 'load', initialize);