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_0d86fbddd26739a7bdc746a8e5b82721 = new google.maps.Geocoder();g_0d86fbddd26739a7bdc746a8e5b82721.geocode( { 'address': "154 W Fm 544, Murphy, TX 75094"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murphy-TX-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('murphy-TX-wells-fargo-bank'), mapOptions);}document.getElementById('967b079d').innerHTML += ' | View Map';var $l0d86fbddd26739a7bdc746a8e5b82721 = '

Wells Fargo Bank

Address: 154 W Fm 544, Murphy, TX 75094
Phone: (972) 516-3600
';var m_0d86fbddd26739a7bdc746a8e5b82721 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_0d86fbddd26739a7bdc746a8e5b82721['infowindow'] = new google.maps.InfoWindow({content: $l0d86fbddd26739a7bdc746a8e5b82721});var infowindow = new google.maps.InfoWindow({content: $l0d86fbddd26739a7bdc746a8e5b82721});google.maps.event.addListener(m_0d86fbddd26739a7bdc746a8e5b82721, 'click', function() {infowindow.open(map,m_0d86fbddd26739a7bdc746a8e5b82721);});$marker.push(m_0d86fbddd26739a7bdc746a8e5b82721);}});}google.maps.event.addDomListener(window, 'load', initialize);