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.4897,-114.782)};var g_226c479c730610311ecdc7000975f818 = new google.maps.Geocoder();g_226c479c730610311ecdc7000975f818.geocode( { 'address': "705 Main St, San Luis, AZ 85349, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-luis-AZ-border-financial-resources-inc').style.display = '';map = new google.maps.Map(document.getElementById('san-luis-AZ-border-financial-resources-inc'), mapOptions);}document.getElementById('58802e0a').innerHTML += ' | View Map';var $l226c479c730610311ecdc7000975f818 = '

Border Financial Resources Inc

Address: 705 Main St, San Luis, AZ 85349, USA
Phone: (928) 627-4463
';var m_226c479c730610311ecdc7000975f818 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Border Financial Resources Inc',});m_226c479c730610311ecdc7000975f818['infowindow'] = new google.maps.InfoWindow({content: $l226c479c730610311ecdc7000975f818});var infowindow = new google.maps.InfoWindow({content: $l226c479c730610311ecdc7000975f818});google.maps.event.addListener(m_226c479c730610311ecdc7000975f818, 'click', function() {infowindow.open(map,m_226c479c730610311ecdc7000975f818);});$marker.push(m_226c479c730610311ecdc7000975f818);}});}google.maps.event.addDomListener(window, 'load', initialize);