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.7308,-97.7891)};var g_d4cc844fefd146ec5f62ac514a1ab146 = new google.maps.Geocoder();g_d4cc844fefd146ec5f62ac514a1ab146.geocode( { 'address': "225 I-20, Weatherford, TX 76086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-TX-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-TX-chase-mortgage'), mapOptions);}document.getElementById('68ae07ac').innerHTML += ' | View Map';var $ld4cc844fefd146ec5f62ac514a1ab146 = '

Chase Mortgage

Address: 225 I-20, Weatherford, TX 76086, USA
Phone: (817) 594-0576
';var m_d4cc844fefd146ec5f62ac514a1ab146 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_d4cc844fefd146ec5f62ac514a1ab146['infowindow'] = new google.maps.InfoWindow({content: $ld4cc844fefd146ec5f62ac514a1ab146});var infowindow = new google.maps.InfoWindow({content: $ld4cc844fefd146ec5f62ac514a1ab146});google.maps.event.addListener(m_d4cc844fefd146ec5f62ac514a1ab146, 'click', function() {infowindow.open(map,m_d4cc844fefd146ec5f62ac514a1ab146);});$marker.push(m_d4cc844fefd146ec5f62ac514a1ab146);}});}google.maps.event.addDomListener(window, 'load', initialize);