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.007,-97.1944)};var g_34aa54ea9abbb1073d2ff4a687f72243 = new google.maps.Geocoder();g_34aa54ea9abbb1073d2ff4a687f72243.geocode( { 'address': "615 Byron Nelson Blvd, Roanoke, TX 76262"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roanoke-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('roanoke-TX-prosperity-bank'), mapOptions);}document.getElementById('f2ae47c5').innerHTML += ' | View Map';var $l34aa54ea9abbb1073d2ff4a687f72243 = '

Prosperity Bank

Address: 615 Byron Nelson Blvd, Roanoke, TX 76262
Phone: (817) 491-8585
';var m_34aa54ea9abbb1073d2ff4a687f72243 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_34aa54ea9abbb1073d2ff4a687f72243['infowindow'] = new google.maps.InfoWindow({content: $l34aa54ea9abbb1073d2ff4a687f72243});var infowindow = new google.maps.InfoWindow({content: $l34aa54ea9abbb1073d2ff4a687f72243});google.maps.event.addListener(m_34aa54ea9abbb1073d2ff4a687f72243, 'click', function() {infowindow.open(map,m_34aa54ea9abbb1073d2ff4a687f72243);});$marker.push(m_34aa54ea9abbb1073d2ff4a687f72243);}});}google.maps.event.addDomListener(window, 'load', initialize);