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.6211,-97.1543)};var g_6133fa4f9f69e6575373c6e400193cd2 = new google.maps.Geocoder();g_6133fa4f9f69e6575373c6e400193cd2.geocode( { 'address': "3801 S Collins St, Arlington, TX 76014"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-TX-j-m-financial').style.display = '';map = new google.maps.Map(document.getElementById('arlington-TX-j-m-financial'), mapOptions);}document.getElementById('a0b02e5b').innerHTML += ' | View Map';var $l6133fa4f9f69e6575373c6e400193cd2 = '

J M Financial

Address: 3801 S Collins St, Arlington, TX 76014
Phone: (817) 375-1176
';var m_6133fa4f9f69e6575373c6e400193cd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J M Financial',});m_6133fa4f9f69e6575373c6e400193cd2['infowindow'] = new google.maps.InfoWindow({content: $l6133fa4f9f69e6575373c6e400193cd2});var infowindow = new google.maps.InfoWindow({content: $l6133fa4f9f69e6575373c6e400193cd2});google.maps.event.addListener(m_6133fa4f9f69e6575373c6e400193cd2, 'click', function() {infowindow.open(map,m_6133fa4f9f69e6575373c6e400193cd2);});$marker.push(m_6133fa4f9f69e6575373c6e400193cd2);}});}google.maps.event.addDomListener(window, 'load', initialize);