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.3324,-96.1126)};var g_a73d2d60ed472454a0360027aa039bdb = new google.maps.Geocoder();g_a73d2d60ed472454a0360027aa039bdb.geocode( { 'address': "201 N Gun Barrel Ln, Gun Barrel City, TX 75156, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gun-barrel-city-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('gun-barrel-city-TX-prosperity-bank'), mapOptions);}document.getElementById('9c365555').innerHTML += ' | View Map';var $la73d2d60ed472454a0360027aa039bdb = '

Prosperity Bank

Address: 201 N Gun Barrel Ln, Gun Barrel City, TX 75156, USA
Phone: (903) 887-3333
';var m_a73d2d60ed472454a0360027aa039bdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_a73d2d60ed472454a0360027aa039bdb['infowindow'] = new google.maps.InfoWindow({content: $la73d2d60ed472454a0360027aa039bdb});var infowindow = new google.maps.InfoWindow({content: $la73d2d60ed472454a0360027aa039bdb});google.maps.event.addListener(m_a73d2d60ed472454a0360027aa039bdb, 'click', function() {infowindow.open(map,m_a73d2d60ed472454a0360027aa039bdb);});$marker.push(m_a73d2d60ed472454a0360027aa039bdb);}});}google.maps.event.addDomListener(window, 'load', initialize);