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(39.5641,-84.2895)};var g_a5be72021b790911ff9684b79e1c62fb = new google.maps.Geocoder();g_a5be72021b790911ff9684b79e1c62fb.geocode( { 'address': "675 E 2nd St, Franklin, OH 45005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-OH-loanmax').style.display = '';map = new google.maps.Map(document.getElementById('franklin-OH-loanmax'), mapOptions);}document.getElementById('618a3580').innerHTML += ' | View Map';var $la5be72021b790911ff9684b79e1c62fb = '

Loanmax

Address: 675 E 2nd St, Franklin, OH 45005, USA
Phone: (937) 434-2138
';var m_a5be72021b790911ff9684b79e1c62fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax',});m_a5be72021b790911ff9684b79e1c62fb['infowindow'] = new google.maps.InfoWindow({content: $la5be72021b790911ff9684b79e1c62fb});var infowindow = new google.maps.InfoWindow({content: $la5be72021b790911ff9684b79e1c62fb});google.maps.event.addListener(m_a5be72021b790911ff9684b79e1c62fb, 'click', function() {infowindow.open(map,m_a5be72021b790911ff9684b79e1c62fb);});$marker.push(m_a5be72021b790911ff9684b79e1c62fb);}});}google.maps.event.addDomListener(window, 'load', initialize);