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.8694,-96.409)};var g_6e716efd1ac524bbccbb5b57ee0e452a = new google.maps.Geocoder();g_6e716efd1ac524bbccbb5b57ee0e452a.geocode( { 'address': "2830 Ridge Rd, Rockwall, TX 75032"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockwall-TX-inwood-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('rockwall-TX-inwood-national-bank'), mapOptions);}document.getElementById('f37e4f9d').innerHTML += ' | View Map';var $l6e716efd1ac524bbccbb5b57ee0e452a = '

Inwood National Bank

Address: 2830 Ridge Rd, Rockwall, TX 75032
Phone: (214) 902-1200
';var m_6e716efd1ac524bbccbb5b57ee0e452a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inwood National Bank',});m_6e716efd1ac524bbccbb5b57ee0e452a['infowindow'] = new google.maps.InfoWindow({content: $l6e716efd1ac524bbccbb5b57ee0e452a});var infowindow = new google.maps.InfoWindow({content: $l6e716efd1ac524bbccbb5b57ee0e452a});google.maps.event.addListener(m_6e716efd1ac524bbccbb5b57ee0e452a, 'click', function() {infowindow.open(map,m_6e716efd1ac524bbccbb5b57ee0e452a);});$marker.push(m_6e716efd1ac524bbccbb5b57ee0e452a);}});}google.maps.event.addDomListener(window, 'load', initialize);