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(33.0577,-96.7375)};var g_93f04334d788c3a859389e0f7708f1eb = new google.maps.Geocoder();g_93f04334d788c3a859389e0f7708f1eb.geocode( { 'address': "930 W Parker Rd, Plano, TX 75075"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-inwood-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-inwood-national-bank'), mapOptions);}document.getElementById('c4c0a80b').innerHTML += ' | View Map';var $l93f04334d788c3a859389e0f7708f1eb = '

Inwood National Bank

Address: 930 W Parker Rd, Plano, TX 75075
Phone: (214) 351-8706
';var m_93f04334d788c3a859389e0f7708f1eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inwood National Bank',});m_93f04334d788c3a859389e0f7708f1eb['infowindow'] = new google.maps.InfoWindow({content: $l93f04334d788c3a859389e0f7708f1eb});var infowindow = new google.maps.InfoWindow({content: $l93f04334d788c3a859389e0f7708f1eb});google.maps.event.addListener(m_93f04334d788c3a859389e0f7708f1eb, 'click', function() {infowindow.open(map,m_93f04334d788c3a859389e0f7708f1eb);});$marker.push(m_93f04334d788c3a859389e0f7708f1eb);}});}google.maps.event.addDomListener(window, 'load', initialize);